home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch17 / 17fig05d.wrl < prev    next >
Text File  |  1996-09-23  |  786b  |  51 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.     # Can top
  8.         Shape {
  9.             appearance Appearance {
  10.                 material Material { }
  11.                 texture ImageTexture {
  12.                     url "cantop.jpg"
  13.                 }
  14.             }
  15.             geometry Cylinder {
  16.                 bottom FALSE
  17.                 side FALSE
  18.                 height 2.7
  19.             }
  20.         }
  21.     # Can bottom
  22.         Shape {
  23.             appearance Appearance {
  24.                 material Material { }
  25.                 texture ImageTexture {
  26.                     url "canbot.jpg"
  27.                 }
  28.             }
  29.             geometry Cylinder {
  30.                 top FALSE
  31.                 side FALSE
  32.                 height 2.7
  33.             }
  34.         }
  35.     # Can side
  36.         Shape {
  37.             appearance Appearance {
  38.                 material Material { }
  39.                 texture ImageTexture {
  40.                     url "canlabel.jpg"
  41.                 }
  42.             }
  43.             geometry Cylinder {
  44.                 top FALSE
  45.                 bottom FALSE
  46.                 height 2.7
  47.             }
  48.         }
  49.     ]
  50. }
  51.